The following tables list the members exposed by WeakRefDictionary<TKey,TValue>.
Name | Description | |
---|---|---|
![]() | WeakRefDictionary<TKey,TValue> Constructor |
Name | Description | |
---|---|---|
![]() | Count | Returns a count of the number of items in the dictionary. |
![]() | Item | Retrieves a value from the dictionary. |
Name | Description | |
---|---|---|
![]() | Add | Adds a new item to the dictionary. |
![]() | Clear | Removes all keys and values from the Dictionary. |
![]() | ContainsKey | Determines if the dictionary contains a value for the key. |
![]() | GetEnumerator | Gets an enumerator over the values in the dictionary. |
![]() | Remove | Removes an item from the dictionary. |
![]() | TryGetValue | Attempts to get a value from the dictionary. |